Substitution can be used to evaluate limits when the function in question is known to be continuous. For example, \(f(x) = x^{-2}\) is continuous at \(x=3\), and therefore,\[\lim\limits_{x\rightarrow 3} x^{-2} = 3^{-2} = \frac{1}{9}\]
When we study derivatives in Chapter 3, we will be faced with limits \(\lim\limits_{x\rightarrow c}f(x)\), where \(f(c)\) is not defined. In such cases, substitution cannot be used directly. However, many of these limits can be evaluated if we use algebra to rewrite the formula for \(f(x)\).
To illustrate, consider the limit (Figure 2.32).\[\lim\limits_{x\rightarrow 4}\frac{x^2-16}{x-4}\]
The function \(f(x) = \frac{x^2-16}{x-4}\) is not defined at \(x=4\) because the formula for \(f(4)\) produces the undefined expression \(\tfrac{0}{0}\). However, the numerator of \(f(x)\) factors: \[\frac{x^2 - 16}{x-4} = \frac{(x + 4)(x - 4)}{x-4} = x+4 \text{ (valid for } x\neq 4\text{)}\]
This shows that \(f(x)\) coincides with the continuous function \(x+4\) for all \(x\neq 4\). Since the limit depends only on the values of \(f(x)\) for \(x\neq 4\), we have\[\lim\limits_{x\rightarrow 4}\frac{x^2-16}{x-4} = \underbrace{\lim\limits_{x\rightarrow 4} x + 4 = 8}_{\text{Evaluate by substitution}}\]
Determine \(\lim\limits_{x\rightarrow 1} \frac{x^2 - 4}{x+2}\) | UYinCekNO0E= |
---|---|
Determine \(\lim\limits_{x\rightarrow -2} \frac{x^2 - 4}{x+2}\) | sWNiRN4ZHUU= |
91
We say that \(f(x)\) has an indeterminate form (or is indeterminate) at \(x=c\) if the formula for \(f(c)\) yields an undefined expression of the type \[\frac{0}{0},\frac{\infty}{\infty},\infty\cdot0,\infty-\infty\]
Other indeterminate forms are \(1^\infty, \infty^0\) and \(0^0\). These are treated in Section 4.5.
Our strategy, when this occurs, is to transform \(f(x)\) algebraically, if possible, into a new expression that is defined and continuous at \(x=c\), and then evaluate the limit by substitution (“plugging in”). As you study the following examples, notice that the critical step is to cancel a common factor from the numerator and denominator at the appropriate moment, thereby removing the indeterminacy.
Calculate \(\lim\limits_{x\rightarrow 3}\dfrac{x^2-4x+3}{x^2+x-12}\).
Solution The function has the indeterminate form \(\tfrac{0}{0}\) at \(x=3\) because \[\begin{aligned}\text{Numerator at } x=3: & \quad x^2-4x+3 = 3^2 - 4(3) + 3 = 0\\ \text{Denominator at } x=3: & \quad x^2 + x - 12 = 3^2 + 3 - 12 = 0\end{aligned}\]
Step 1. Transform algebraically and cancel. \[\frac{x^2-4x+3}{x^2+x-12} = \underbrace{\frac{(x-3)(x-1)}{(x-3)(x+4)}}_{\text{Cancel common factor}} = \underbrace{\frac{x-1}{x-4}}_{\stackrel{\scriptstyle\text{Continuous}}{\text{at } x=3}} \quad\text{(if } x\neq 3 \text{)}\tag{1}\]
Step 2. Substitute (evaluate using continuity).
Because the expression on the right in Eq. (1) is continuous at \(x=3\), \[\lim\limits_{x\rightarrow 3}\frac{x^2-4x+3}{x^2+x-12} = \underbrace{\lim\limits_{x\rightarrow 3} \frac{x-1}{x+4} = \frac{2}{7}}_{\text{Evaluate by substitution}}\]
Example 2 The Form \(\tfrac{\infty}{\infty}\)
Calculate \(\lim\limits_{x\rightarrow \frac{\pi}{2}} \dfrac{\tan x}{\sec x}\).
Solution As we see in Figure 2.33, both \(\tan x\) and \(\sec x\) have infinite discontinuities at \(x=\frac{\pi}{2}\), so this limit has the indeterminate form \(\frac{\infty}{\infty}\) at \(x=\frac{\pi}{2}\).
Step 1. Transform algebraically and cancel. \[\frac{\tan x}{\sec x} = \frac{\sin x \left(\frac{1}{\cos x}\right)}{\frac{1}{\cos x}} = \sin x \quad \text{(if }\cos x \neq 0\text{)}\]
92
Step 2. Substitute (evaluate using continuity).
Because \(\sin x\) is continuous, \[\lim\limits_{x\rightarrow \frac{\pi}{2}} \dfrac{\tan x}{\sec x} = \lim\limits_{x\rightarrow \frac{\pi}{2}} {\sin x} = 1\]
Calculate \(\lim\limits_{x\rightarrow 1}\left(\dfrac{1}{x-1} - \dfrac{2}{x^2 - 1}\right)\).
Solution As we see in Figure 2.34, \(\frac{1}{x-1}\) and \(\frac{2}{x^2-1}\) both have infinite discontinuities at \(x=1\), so this limit has the indeterminate form \(\infty - \infty\).
Step 1. Transform algebraically and cancel.
Combine the fractions and simplify (for \(x\neq 1\)): \[\dfrac{1}{x-1} - \dfrac{2}{x^2 - 1} = \dfrac{x + 1}{x^2-1} - \dfrac{2}{x^2 - 1} = \dfrac{x - 1}{x^2-1} = \dfrac{1}{x+1}\]
Step 2. Substitute (evaluate using continuity). \[\lim\limits_{x\rightarrow 1}\left(\dfrac{1}{x-1} - \dfrac{2}{x^2 - 1}\right) = \lim\limits_{x\rightarrow 1} \frac{1}{x+1} = \frac{1}{1+1} = \frac{1}{2}\]
In the next example, the function has the undefined form \(\tfrac{a}{0}\) with \(a\) nonzero. This is not an indeterminate form (it is not of the form \(\tfrac{0}{0},\tfrac{\infty}{\infty}\) etc.).
Evaluate \(\lim\limits_{x\rightarrow 2}\dfrac{x^2 - x + 5}{x-2}\).
Solution The function \(f(x) = \frac{x^2 - x + 5}{x-2}\) is undefined at \(x=2\) because the formula for \(f(2)\) yields \(\tfrac{7}{0}\): \[\begin{aligned}\text{Numerator at } x=2: & \quad x^2-x+5 = 2^2 - 2 + 5 = 7\\ \text{Denominator at } x=2: & \quad x-2 = 2 - 2 = 0\end{aligned}\]
But \(f(x)\) is not indeterminate at \(x=2\) because \(\tfrac{7}{0}\) is not an indeterminate form. Figure 2.35 suggests that the one-sided limits are infinite: \[\lim\limits_{x\rightarrow 2^-}\frac{x^2 - x + 5}{x-2} = -\infty \qquad \lim\limits_{x\rightarrow 2^+}\frac{x^2 - x + 5}{x-2} = \infty\]
The limit itself does not exist.
We conclude this section with a comment on Example 3 in Section 2.2. In that example we used algebra to reinvestigate Example 1 in Section 2.2. It should now be clear that multiplying numerator and denominator with the conjugate of the denominator allows one to rewrite the expression in such a way to remove the indeterminacy and then use substitution to evaluate the limit directly.
94